﻿.about-boxshado {
    box-shadow: 5px 5px 15px #fdb800;
    border-radius: 32px 0 32px;
}

.c-p-color {
    color: black;
}

.single-service-box:hover .c-p-color {
    color: #ffba00 !important;
}

.single-service-box:hover .c-h-color {
    color: #ffba00 !important;
}

.single-service-box:hover .service-box-shape {
    z-index: 99;
}

.service-content h4:after {
    position: absolute;
    content: "";
    width: 34px 102px;
    height: 2px;
    left: 0;
    bottom: -13px;
    background: /*#49AF45*/ #ffba00;
}

.product-backgrount {
    padding-top: 90px;
    background-image: url('../my image/best product/product background.jpg');
    background-size: cover;
    margin-bottom: 58px;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.background-mark {
    background: /*#49AF45*/ #ffba00;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    color: /*#fff*/ #000000;
    text-align: center;
    font-size: 20px;
    position: relative;
    top: 1px;
    margin-right: 16px;
}

.home-three .footer-social-icon ul li i:hover {
    color: #000000;
}

.breadcumb-area-product {
    /*background: url(../my image/about/1st.jpg);*/
    /*    background-image: url('../my image/product-page/banner.png');
*/ background-image: url('../my image/IWSPL.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 272px 0 143px;
}

.footer-background {
    background-color: #02032b !important;
}

.gallery {
    border-radius: 20px;
    box-shadow: 10px 10px 5px #000000cf;
    background: linear-gradient(180.3deg, rgb(221, 221, 221) 5.5%, rgb(110, 136, 161) 90.2%) !important;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999999999;
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 400px 400px;
    background-image: url('../my image/loader.gif');
}

.divider {
    border-right: 2px solid black !important;
}

.market-about {
    background: url('../my image/market/banner.jpg') !important;
    /*background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 272px 0 143px;*/
}

.yellow{
    color:#fff;
}
.yellow:hover{
    color:#ffba00;
}


/*image zoom in modal start*/
.toZoom {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    .toZoom:hover {
        opacity: 0.7;
    }

.modal {
    display: none; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Add Animation */
.modal-content {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0.1)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

/*image zoon in modal end*/

.para {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: pre-wrap;
}

.area {
    background-image: url('../my image/about/about.jpg') !important;
}



